home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP_CD_2003-11.iso / software / animfx / setupanimfx.exe / #setuppath# / Anim-FX.exe / scripts / DefineButton2_24 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-09-25  |  151 b   |  7 lines

  1. on(press){
  2.    movie = "connection";
  3.    _root.label600 = "Connection";
  4.    effect = 600;
  5.    loadMovie(movie add ".swf","_root.effectholder600");
  6. }
  7.